Revision: tla--edgomez--1.1--patch-2
Archive: ed.gomez@free.fr--2003-1
Creator: Edouard Gomez <ed.gomez@free.fr>
Date: Sat Jul 12 14:37:37 CEST 2003
Standard-date: 2003-07-12 12:37:37 GMT
Summary: PFS FTP backend updates.
Keywords: 
New-files: 
New-directories: 
Removed-files: 
Removed-directories: 
Renamed-files: 
Renamed-directories: 
Modified-files: ./libarch/pfs-ftp.c
Modified-directories: 
New-patches: ed.gomez@free.fr--2003-1/tla--edgomez--1.1--patch-2
Removed-patches: 

This patch fixes 4 things, so i'm now able to make-archive, and archive-mirror
to my free.fr account. Bugs fixed are not really specific and could benefit to
others:
 - Changes messages so they clearly indicate where the error occurs.
 - The connection error message has been changed so it does not 
   display user and password on the terminal (not safe to display
   such an information)
 - Adds a "NLST $file" command in pfs_ftp_file_exists so even if 
   the tested file is a dot file, the NLST command will be reliable.
 - Adds a workaround for buggy ftps that return 550 for empty dirs.
   We simply ignore this combination with the help of pfs_ftp_is_dir
   specifities (it chdir to the given path, so it proves this a dir
   and that it exists)
